newer-deps
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Mon, 19 Jan 2026 22:00:23 +0000 (17:00 -0500)
committerClint Adams <clint@debian.org>
Mon, 19 Jan 2026 22:00:23 +0000 (17:00 -0500)
Gbp-Pq: Name newer-deps

nothunks.cabal

index ca8a206a043b15008c7f38ba0b07e3177c567a03..438c761eb0592c68f57880d63f0d145556b425d4 100644 (file)
@@ -43,13 +43,13 @@ library
     build-depends:    base       >= 4.12 && < 5
                     , containers >= 0.5  && < 0.9
                     , stm        >= 2.5  && < 2.6
-                    , time       >= 1.5  && < 1.15
+                    , time       >= 1.5  && < 1.16
 
                       -- Whatever is bundled with ghc
                     , ghc-heap
 
     if impl(ghc >= 9.2)
-      build-depends:  wherefrom-compat ^>= 0.2
+      build-depends:  wherefrom-compat >= 0.1.1 && < 0.3
 
     if flag(bytestring)
       build-depends:  bytestring >= 0.10 && < 0.13